Application::HandleApplicationCommands
Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index
Return to Main Contents
NAME
Application::HandleApplicationCommands - instance method
TEMPLATE
void HandleApplicationCommands(int commandId)
SPECIFIERS
public
DESCRIPTION
HandleApplicationCommands is called by the method Control and the method DoMenuCommand to avoid duplication of code in those methods. It handles the commands cNEW, cOPEN, cQUIT, cABOUT, cSHOWAPPLWIN and calls the corresponding methods: method NewDocument, method Open, method Quit, method About and method ShowApplicationWindow.
ARGUMENTS
- int commandId
-
a command id generated by a document or by the application window
RETURN ARGUMENT
void
CATEGORIES
application commands, implementation
FILES
- implementation:
-
Application.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:32 GMT, March 30, 2022